home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Texteditors / GoldED Tools / Src2GED / Src2GEDProj.readme < prev   
Encoding:
Text File  |  1996-09-27  |  997 b   |  22 lines

  1. Short:    GED macro: puts src files into Proj list
  2. Author:   trochtam@risc.upol.cz (Myra "M" Trochta)
  3. Uploader: trochtam@risc.upol.cz (Myra "M" Trochta)
  4. Type:     text/edit
  5.  
  6. When I make a C or C++ program, I hold all the #?.c, #?.h, #?.o and all
  7. other stuff in one directory. Sometimes it's not easy to find a source
  8. file in GED's file requester. So I started to use the Project feature but
  9. I was too lazy to maintain the list by hand. So I made this simple macro.
  10. It scans current directory for source files and puts them into the Project
  11. list. I use it as GoldEd startup macro. Sure it works only if you run
  12. GoldEd from the right directory, e.g. by double-clicking on source file's
  13. icon or from SAS C Project Manager. The icon's default tool must be
  14. e.g. ged, not c:ged
  15.  
  16. If you want to use it with any other language, just change the filename
  17. pattern in the macro. I did not do it myself, because I don't know all
  18. the suffixes used in E, Modula, Oberon etc.
  19.  
  20. For more info see the source code.
  21.  
  22.